Inheritance diagram for XFcLinkedListBidirectionalIterator< T >:


Public Member Functions | |
| XFcLinkedListBidirectionalIterator< T > & | operator++ () |
| Advances to the next node, pre-operation. | |
| XFcLinkedListBidirectionalIterator< T > | operator++ (int) |
| Advances to the next node, post-operation. | |
| XFcLinkedListBidirectionalIterator< T > & | operator-- () |
| Backs up to the previous node, pre-operation. | |
| XFcLinkedListBidirectionalIterator< T > | operator-- (int) |
| Backs up to the previous node, post-operation. | |
| XFcLinkedListBidirectionalIterator () | |
| Creates an empty iterator. | |
| XFcLinkedListBidirectionalIterator (XFcLinkedListNode< T > *aNode) | |
| Creates an iterator pointing to a node. | |
|
|||||||||
|
Creates an empty iterator.
|
|
||||||||||
|
Creates an iterator pointing to a node.
|
|
||||||||||
|
Advances to the next node, post-operation.
|
|
|||||||||
|
Advances to the next node, pre-operation.
|
|
||||||||||
|
Backs up to the previous node, post-operation.
|
|
|||||||||
|
Backs up to the previous node, pre-operation.
|
![]() |
Confidential Copyright © 2002-2003 Fathammer | with doxygen by Dimitri van Heesch | ||